Loading .gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,6 @@ pnpm-debug.log* *.njsproj *.sln *.sw? # Netlify .netlify/state.json No newline at end of file .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ netlify: # override inherited cache settings since node_modules is not needed script: - npm install netlify-cli -g - sed -i 's/capstone-design\/02\/vue-router\///g' ./src/router.js - sed -i "s/capstone-design\/02\/vue-router\///g" ./src/router.js - npm run build - cp -a dist/. public/ # - netlify --version Loading Loading
.gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -21,3 +21,6 @@ pnpm-debug.log* *.njsproj *.sln *.sw? # Netlify .netlify/state.json No newline at end of file
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ netlify: # override inherited cache settings since node_modules is not needed script: - npm install netlify-cli -g - sed -i 's/capstone-design\/02\/vue-router\///g' ./src/router.js - sed -i "s/capstone-design\/02\/vue-router\///g" ./src/router.js - npm run build - cp -a dist/. public/ # - netlify --version Loading